home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / Misc / ytalk / Source / config.h next >
Encoding:
Text File  |  1995-06-12  |  1.2 KB  |  40 lines

  1. /*               NOTICE
  2.  *
  3.  * Copyright (c) 1990 Britt Yenne.  All rights reserved.
  4.  * 
  5.  * This software is provided AS-IS.  The author gives no warranty,
  6.  * real or assumed, and takes no responsibility whatsoever for any 
  7.  * use or misuse of this software, or any damage created by its use
  8.  * or misuse.
  9.  * 
  10.  * This software may be freely copied and distributed provided that
  11.  * no part of this NOTICE is deleted or edited in any manner.
  12.  * 
  13.  */
  14.  
  15. /* Mail comments or questions to yenne@ccwf.cc.utexas.edu */
  16.  
  17. /* ------------------------------------------------------------------
  18.  * This file contains system configuration parameters for customizing
  19.  * ytalk for your particular environment.  You may need to modify
  20.  * this file.
  21.  * ------------------------------------------------------------------
  22.  */
  23.  
  24. /* If you are using a POSIX system (or a POSIX compatible system), it
  25.  * MAY be necessary to uncomment the next line.
  26.  */
  27. /* #define POSIX */
  28.  
  29. /* If the touchoverlap() function is not defined on your system, then
  30.  * uncomment the next line.
  31.  */
  32. /* #define NOTOUCHOLAP */
  33.  
  34. /* If the cbreak() function is not defined on your system, then
  35.  * uncomment the next line.
  36.  */
  37. /* #define NOCBREAK */
  38.  
  39. /* EOF */
  40.